|
|
@ -114,13 +114,18 @@ |
|
|
|
{% block main_header %} |
|
|
|
<header class="masthead"> |
|
|
|
<div class="container"> |
|
|
|
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" |
|
|
|
alt="Logo" class="img-responsive visible-lg-inline-block vcenter" > |
|
|
|
<h1 class="vcenter"> |
|
|
|
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} |
|
|
|
{{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }} |
|
|
|
<br/><small>{% trans 'Sistema de Apoio ao Processo Legislativo' %}</small> |
|
|
|
</h1> |
|
|
|
<div class="navbar-header"> |
|
|
|
<a class="navbar-brand" href="#"> |
|
|
|
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" |
|
|
|
alt="Logo" class="img-responsive visible-lg-inline-block vcenter" > |
|
|
|
<span class="vcenter"> |
|
|
|
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} |
|
|
|
{{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }} |
|
|
|
<br/><small>{% trans 'Sistema de Apoio ao Processo Legislativo' %}</small> |
|
|
|
</span> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
{% block sections_nav %}{% endblock %} |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
{% endblock main_header %} |
|
|
@ -158,8 +163,6 @@ |
|
|
|
</div> |
|
|
|
{% endblock base_header %} |
|
|
|
|
|
|
|
{% block sections_nav %}{% endblock %} |
|
|
|
|
|
|
|
{# Content per se #} |
|
|
|
{% block base_content %}{% endblock %} |
|
|
|
|
|
|
|