{% if url_approval %}
User {{ email }} wants to join your company as {{ role }}.
{% endif %}
{% if status %}
Your request to Join Company {{ company_name }} is {{ status }}.
{% endif %}
{% if company_joined_status %}
The company {{ vendor_company_name }} has joined and treats you as a vendor.
{% endif %}
{% if link_url %}
Click button to reset your password.
{% endif %}
{% if link_register %}
Click button to activate your account.
{% endif %}