{% extends "layout.html" %} {% block content %}
{% if next-image %} {% else %} {% endif %} Newer Gallery {% if prev-image %} {% else %} {% endif %} Older

{{ image.title }}

{% for tag in tags %} {{ tag.tagname }} {% endfor %}
{{ image.title }}
{% ifequal identity ":creator" %}
Edit Delete
{% endifequal %}

{{ image.created_at|parse-date|date:"dd.MM.yyyy, HH:mm" }}

{% if image.description|length > 0 %}

{{ image.description|markdown-to-html|safe }}

{% endif %}
{% for comment in comments %}
{{ comment.author }}
{% ifequal identity ":creator" %} Delete {% endifequal %} {{ comment.comment|markdown-to-html|safe }}
{% endfor %}
{% csrf-field %}
{% endblock %}