{% load i18n %} {% load translations %} {% load permissions %} {% load icons %}
{{ change.get_user_display }}
{{ change.get_action_display }} {% if user.is_superuser %} {% with ip_address=change.get_ip_address %} {% if ip_address %}{{ ip_address }} {% endif %} {% endwith %} {% endif %} |
{% if not in_email %}
{% icon "magnify-plus-outline.svg" %}
{% if debug %}
{% icon "bell.svg" %}
{% endif %}
{% if change.can_revert %}
{% perm 'unit.edit' change.unit as user_can_translate %}
{% if user_can_translate %}
{% icon "undo.svg" %}
{% endif %}
{% endif %}
{% if change.user and not change.user.is_anonymous %}
{% perm 'project.permissions' change.project as user_can_edit_permissions %}
{% if change.project and user_can_edit_permissions %}
{% icon "account-cancel.svg" %}
{% endif %}
{% endif %}
{% endif %}
{% with details=change.get_details_display %}
{% if details %}
{{ details }}
{% elif change.show_content and change.unit %}
{% if change.details.rejection_reason %}
{% if in_email %}
{% trans "View" %}
{% endif %}
|
{% trans "No matching activity found." %} |