{% extends "base/base.html" %} {% load static %} {% block page_heading %} Tag Info {% endblock page_heading %} {% block main_content %}

Tag text: {{ tag.text }}

User: {{ tag.user }}

Time: {{ tag.time }}

Associated codes: {{ tag.task.first.code }} {% for task in tag.task.all|slice:"1:" %} , {{ task.code }} {% endfor %}

Used: {{ tag.task.count }} times

{% csrf_token %} {{ form.as_p }}

Back to all tags
{% endblock main_content %}