{% load thumbnail %} {% load i18n %} {% load urlinfo %} {% if org.logo %} {% endif %}

{{ org }}

{% if org.description %} {% endif %} {% for url, lang, desc in org.get_projects %} {% urlinfo url as ui %} {% endfor %}
{% trans "Country" %}:{{ org.get_country_display }}
{% trans "WWW" %}:{{ org.www }}
{% trans "Description" %}:{{ org.description }}
{% trans "Main projects and publications" %}:
{% if ui.picture_url %} {% thumbnail ui.picture_url '120x40' format="PNG" as th %} {% endthumbnail %} {% endif %} {{ desc }}
{{ url }} {% if lang %}({{ lang }}){% endif %}