7 <img style="margin: 2em 2em 0 0; float: left;" src="{% thumbnail org.logo '180x180' format="PNG" as th %}{{ th.url }}{% endthumbnail %}">
11 <table class="table table-striped" style="width: auto"><tbody>
12 <tr><th>{% trans "Country" %}:</th><td>{{ org.get_country_display }}</td></tr>
13 <tr><th>{% trans "WWW" %}:</th><td><a href="{{ org.www }}" target="_blank">{{ org.www }}</a></td></tr>
15 {% if org.description %}
16 <tr><th>{% trans "Description" %}:</th><td>{{ org.description }}</td></tr>
19 <tr><th colspan="2">{% trans "Main projects and publications" %}:</th></tr>
20 {% for url, lang, desc in org.get_projects %}
21 {% urlinfo url as ui %}
23 <td style="text-align: center">
24 {% if ui.picture_url %}
25 <a href="{{ url }}" target="_blank">
26 {% thumbnail ui.picture_url '120x40' format="PNG" as th %}
27 <img src="{{ th.url }}">
33 <a href="{{ url }}" target="_blank">{{ url }}</a> {% if lang %}({{ lang }}){% endif %}