</div>
<hr style="margin-top: 3rem;">
+{% if artist.events.all %}
<h2 class="section__title">{% trans "Also discover" %}</h2> <br>
{% for event in artist.events.all %}
{% endfor %}
{% endfor %}
</div>
-
+{% endif %}
{% endblock %}
</div>
</div>
{% endif %}
+ {% block content_header %}
<div class="site__content__header">
<h2 class="page__title">{% block title %}{% endblock %}</h2>
</div>
+ {% endblock %}
{% block main %}{% endblock %}
</main>
<li class="active">{% trans "Home" %}</li>
{% endblock %}
+{% block content_header %}{% endblock %}
+
{% block main %}
+<h2 class="section__title">{% trans "Edito" %}</h2>
{% featured_edito as edito %}
{{ edito.content|safe|slice:":446" }}...
-e git+https://github.com/stephenmcd/mezzanine.git#egg=mezzanine-4.1-dev
https://forge.ircam.fr/p/django-eve/source/download/dev/
#
+#