{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% trans "Latest photos" %}{% endblock %} {% block content %}

{% trans "Latest photos" %}

{% if latest %} {% for photo in latest %} {{ photo.title }} {% endfor %} {% else %}

{% trans "No photos were found" %}.

{% endif %}
{% endblock %}