##// END OF EJS Templates
Added tag 4.1.0 for changeset da8f0f9d5099
Added tag 4.1.0 for changeset da8f0f9d5099

File last commit:

r1701:99ec870f default
r1826:a4278fc0 default
Show More
aliases.html
17 lines | 395 B | text/html | HtmlLexer
{% extends "boards/base.html" %}
{% load i18n %}
{% load tz %}
{% block head %}
<meta name="robots" content="noindex">
<title>{% trans 'Aliases' %} - {{ site_name }}</title>
{% endblock %}
{% block content %}
<div class="post">
{% for image in image_aliases %}
<div>{{ image.alias }}: {{ image.get_view|safe }}</div>
{% endfor %}
</div>
{% endblock %}