{% load i18n %}
{% if app.supplier.Name %}
{% if app.supplier.Logo %}
{% endif %}
    {% if app.supplier.Name %}
  • {{ app.supplier.Name }}
  • {% endif %} {% if app.supplier.CompanyUrl.Link %} {% if app.supplier.CompanyUrl.Text %}
  • {{ app.supplier.CompanyUrl.Text }}
  • {% else %}
  • {{ app.supplier.CompanyUrl.Link }}
  • {% endif %} {% endif %} {% if app.supplier.Summary %}
  • {{ app.supplier.Summary }}
  • {% endif %} {% if app.supplier.Description %}
  • {{ app.supplier.Description }}
  • {% endif %}
{% endif %}