{% extends "base_2col.html" %} {% load tagging_tags %} {% block sectionid %}links{% endblock %} {% block active_nav-links %}class="active"{% endblock %} {% block title %}Index des liens{% endblock %} {% block billboard %}

Tags

{% endblock %} {% block content %}

Ressources pour le tag "{{ tag }}"

{% tagged_objects tag in documentation.Documentation as documentation_list %} {% if documentation_list %}

Dans la documentation

{% endif %} {% tagged_objects tag in links.Link as link_list %} {% if link_list %}

Dans les liens

{% endif %}
{% endblock %} {% block content-related %}

Tags

{% endblock %}