{% extends "view_page_detail.html" %} {% load my_tags %} {% block content %}
{% include "detail_breadcrumb.html" %}
Name: {{tag.name}}
Type: {{tag.repository_type}} Color: {{tag.color}} Private: {{tag.private}} Priority: {{tag.priority}}
{% endblock %}