{{ _('Last updated') }}
{{ app.last_updated|date }}
-
{% if app.support_email %}
- {{ emaillink(app.support_email, _('Email Support'), class='button') }} {% endif %} {% if app.support_url %}
- {{ _('Support Site') }} {% endif %} {% if app.homepage %}
- {{ _('Homepage') }} {% endif %} {% if app.privacy_policy %}
- {{ _('Privacy Policy') }} {% endif %} {% if app.public_stats or user.has_developed(app.id) or user.get_permission('stats') %}
- {{ _('Statistics') }} {% endif %} {% if user.has_developed(app.id) or user.get_permission('reviewer') %}
- {{ _('Edit Listing') }} {% endif %} {% if user.get_permission('reviewer') %}
- {{ _('Approve / Reject') if app.status == 2 or this.status == 13 else _('Review History') }} {% endif %}