Files
PyRIGS/RIGS/templates/partials/linked_name.html

8 lines
199 B
HTML

{% if profile and perms.RIGS.view_profile %}
<a href="{% url 'profile_detail' profile.pk %}" class="modal-href">
{{ profile.name }}
</a>
{% else %}
{{ profile.name }}
{% endif %}