|
|
@ -25,7 +25,10 @@ |
|
|
|
|
|
|
|
<table> |
|
|
|
<tr><td colspan="2" align="center"> |
|
|
|
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" alt="Logo" class="img-responsive visible-lg-inline-block vcenter" > |
|
|
|
<img height="150" width="150" |
|
|
|
src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" |
|
|
|
alt="Logotipo" |
|
|
|
class="img-responsive visible-lg-inline-block vcenter"> |
|
|
|
<div> |
|
|
|
<b>{{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }}</b> |
|
|
|
<br /> |
|
|
|