{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load markdown_deux_tags %}

Tag: {{tag}}

[edit] [history]
{% if tag.description %} {% endif %} {% if tag.associated_link %} {% endif %} {% if tag.associated_user %} {% endif %} {% if tag.timestamp %} {% endif %} {% if tag.author %} {% endif %} {% if tag.aliases %} {% endif %}
Description: {{tag.description|markdown}}
Category: {{tag.category}}
Associated links: {{tag.associated_link}}
Associated user: {{tag.associated_user}}
Date: {{tag.timestamp}}
Author: {{tag.author}}
Aliases: {% for alias in tag.aliases.all %} {{ alias }}
{% endfor %}
{% for post in last_post %} {% endfor %}
{% endblock %}