{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% trans "All Tags" %}

{% include "cred_taglist.html" with tags=tags only %} {% endblock %}