{% extends "core/base.jinja" %} {%- block additional_css -%} {%- endblock -%} {%- block additional_js -%} {%- endblock -%} {% block title %} {% trans %}SAS{% endtrans %} {% endblock %} {% from "sas/macros.jinja" import print_path %} {% block content %}
SAS / {{ print_path(album) }}


{# Non-moderated pictures (hence, this moderation alert too) should be shown only to admins and to the picture owner. Admins should see all infos and have access to all actions. Non-admin picture owners should only see the message warning them that the picture isn't moderated yet. #}
{% trans %}Infos{% endtrans %}
{% trans %}Date: {% endtrans %}
{% trans %}Owner: {% endtrans %}
{% trans %}People{% endtrans %}
{% if user.was_subscribed %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}