{% extends "default.html" %} {% block title %} Update {{type}} {% endblock %} {% block pagetype %}message{% endblock %} {% block content %} {% if error %} {% endif %} {% if msg %} {% endif %}

Update {{type}}

{% endblock %}