{% extends "common-content.html" %} {% block description %} {% cache 3600 'license_html' license.id %} {{ license.text|markdown }} {% endcache %} {% endblock %} {% block info_float %} {% if perms.judge.change_license %}
{{ _('Edit') }}
{% endif %}
{{ _('Source:') }} {{ license.link }}
{% endblock %}