{% extends "base.html" %}{% load url from future %} {% block title %}Kibou - Tags{% endblock %} {% block content %}
{% if user.is_staff %}{% endif %} {% for tag in tags %} {% if user.is_staff %}{% endif %} {% endfor %}
EditCount Name Type
{{ tag.count }} {{ tag.name }} {{ tag.get_type_display }}
{% include 'helper/paginator.html' %}
{% endblock %}