{% load i18n %} {% load rules %} {% has_perm 'accounts.view_profile' viewer user as can_view_profile %} {% if can_view_profile %}
{% translate 'More Information' %}
{% endif %}