{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "License list" %}{% endblock %} {% block content %} {% for license in license_list %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Name" %}
{% trans 'Delete' %} {% trans 'Edit' %} {{license}}
{% trans "No licenses found" %}
{% endblock %} {% block sidebar %} {% if perms.core.add_license %}

{% trans "Options" %}

{% trans 'Add new license' %} {% trans "Add new license" %}

{% blocktrans %}If a license has been localized, e.g. the Creative Commons licenses for the different countries, add them as separate entries here.{% endblocktrans %}

{% endif %} {% endblock %}