{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "License list" %}{% endblock %} {% block content %}
{% trans "Actions" %} | {% trans "Name" %} |
---|---|
|
{{license}} |
{% trans "Nothing found" %} |
{% 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 %}