{% load i18n %}

{% trans "Fonts" %}

{% with theme.fonts.all as fonts %}
{% for item in fonts %} {% empty %} {% endfor %}
{% trans "Name" %}  
{{ item }}
{% trans "This theme has no fonts." %}
{% if fonts %} {% endif %}
{% endwith %}