{% extends "base.html" %} {% load i18n %} {% load static from staticfiles %} {% block extrahead %} {% endblock %} {% block title %}{{ block.super }} - {{ album.display_name }} - {{ album.date }}{% endblock %} {% block content %}
{% trans "Sorry, you aren't authorized to view any photos in this album." %}