{% extends "forms/plugin_form.html" %} {% block pythoncode %} {% endblock %} {% block form_title %} Page source {% endblock %} {% block body %} {% if href_view or href_html or href_pdf or href_docx or href_xlsx %}
{% if href_view %} view {% endif %} {% if href_html %} export to html {% endif %} {% if href_spdf %} print {% endif %} {% if href_pdf %} export to pdf {% endif %} {% if href_docx %} export to docx {% endif %} {% if href_xlsx %} export to xlsx {% endif %}
{% else %} {% endif %} {% endblock %}