{% 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 %} {% block to_ajaxform %} try { window.JSON.parse = json_parse; } catch (e) {} try { var ajaxform = new AjaxForm(); ajaxform.toAjaxForm( 'form', { wait:parent.wait, success:ajaxform._successAsP, after:function() { try { parent.iFrameResize(); parent.getStatus(); parent.updateAnnounce(); } catch (e) {} } } ); } catch (e) { {% comment %} 失敗したら諦める {% endcomment %} } {% endblock to_ajaxform %} {% block function %}
{% trans "No announces." %}
{% for item in mesgs %} {% if item.level == "warning" %} {% elif item.level == "error" %} {% else %} {% endif %} {% endfor %}
{% trans "Level" %} {% trans "Message" %}
{% trans "Warning" %}{% trans "Error" %}{{ item.level }} · {{ item.mesg }}
{% endblock function %}