{% extends base.html %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init description = "" %} {% init input = "" %} {% init output = "" %} {% include "common/title/base_title.html" %} {% if description != "" %}
{{description}}
{% end %}
{% if error != "" %}
{{error}}
{% end %}
{% include mod_pagenation.html %}
{{ output }}