src/iconolab_mcc/templates/partials/footer.html
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 14:04:26 +0200
changeset 25 607cdf16caf5
parent 1 309def3c05dc
permissions -rw-r--r--
add specific version information in footer

{% load staticfiles %}
{% load iconolab_tags %}
{% load iconolab_mcc_tags %}

<div class="container">
<hr style="margin-top: 5px;">
  <div class="pull-left footer-info">
    <h4><small>Version {% version %}&nbsp;/&nbsp;{% mcc_version %}</small></h4>
  </div>
  <div class="pull-right partners-icons">
    <a href="http://www.iri.centrepompidou.fr"><img src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a>
    &nbsp;&nbsp;
    <a href="http://www.culturecommunication.gouv.fr/"><img src="{% static 'iconolab_mcc/img/logo_mcc_footer.png' %}"></a>
  </div>
  <div class="pull-right footer-link">
    <h4><small><a href="{% url 'iconolab_mcc_legals' %}">Mentions légales</a></small></h4>
  </div>
  <div class="pull-right footer-link">
    <h4><small><a href="{% url 'iconolab_mcc_credits' %}">Crédits</a></small></h4>
  </div>
  <div class="pull-right footer-link">
    <h4><small><a href="{% url 'iconolab_mcc_charter' %}">Charte de contribution</a></small></h4>
  </div>
  <div class="pull-right footer-link">
    <h4><small><a href="{% url 'iconolab_glossary' %}">Glossaire</a></small></h4>
  </div>
</div>