{% extends "charme_base.html" %} {% load i18n %} {% block main %}

Resource {{ uri }}

{% for type in types %} {% endfor %} {% for tag in tags %} {% endfor %} {% if format %} {% endif %} {% for t in text %} {% endfor %}
{{ type }}
{{ tag }}
{{ format }}
{{ t }}
{% endblock %}