{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% block form_enctype %}enctype="multipart/form-data"{% endblock form_enctype %} {% endcomment %} {% block function %}
{% trans "Name" %} | {{ infos.name }} |
---|---|
{% trans "Version" %} | {{ infos.version }} |
{% trans "Description" %} | {{ infos.description }} |
{% trans "Modified" %} |
{% for change in infos.changes %}
・{{ change }}
{% endfor %}
|
{% trans "Target Products" %} |
{% for target in infos.targets %}
・{{ target.name }} {{ target.version }}
{% endfor %}
|