{% extends "admin/common/iframe_wrap.html" %} {% block stylesheet %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}


{% for subdefgroup, subdeflist in subdefs %}
{% for subdefname , subdef in subdeflist %}

{{subdefname}}

{% trans 'Telechargeable' %}
{% trans 'classe' %}
Path
{% trans 'Baseurl' %}
{% trans 'Write Metas' %}
{% trans 'mediatype' %}
{% for mediatype, options in subdef.get_mediatype_options() %}
{% for optionname, option in options%} {% set varname = subdefgroup~'_'~subdefname~'_'~mediatype~'['~optionname~']' %} {% endfor %}
{{optionname}} {% set extradata = '' %} {% if option.type == 'range' %}
{% elseif option.type == 'enum' %} {% elseif option.type == 'boolean' %} {% trans 'yes' %} {% trans 'no' %} {% else %} {{option.type}} {% endif %}
{% if option.type == 'range' %} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endblock %}