{% extends 'notifpy/base.html' %} {% load static %} {% block body %} {% if title %}

Operation: {{title}}

{% else %}

Operation information

{% endif %}

Input

{% if input %}
{{input}}
{% else %}

None.

{% endif %}

Output

{% if output %}
{{output}}
{% else %}

None.

{% endif %}

{% if next %} Continue {% else %} Return to the homepage. {% endif %}

{% endblock %}