• {{ 'lang.myAccount' | trans }}
  • {% if license == 'free' %}
  • {% elseif license == 'business' %}
  • {{ 'lang.roleUser' | trans }}
  • {% elseif license == 'pro' %}
  • {% endif %} {% if license == 'business' or license == 'pro' %}
  • {{ 'lang.settings' | trans }}
  • {% endif %}