This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/compte_agglo_montpellier/templates/base_help.html

27 lines
739 B
HTML

{% extends "base.html" %}
{% load cms_tags %}
{% load menu_tags %}
{% block admin-links %}
{% placeholder "admin-links" %}
{% endblock %}
{% block content %}
<div id="help-content">
<h1 id="help-title">Utilisation du compte citoyen</h1>
<div id="help-menu">
<h2 id="help-summary-caption"><a id="help-summary-caption-link" href="/aide">Sommaire</a></h2>
<ul id="help-menu-content">
{% show_menu 2 3 0 1 %}
</ul>
</div>
<div id="help-text">
<h2 id="help-page-title" class="{% page_attribute "slug" %}">{% page_attribute "page_title" %}</h2>
{% block center %}
{% placeholder "center" %}
{% endblock %}
</div>
<div class="clear"></div>
</div>
{% endblock %}