7 lines
232 B
HTML
Executable File
7 lines
232 B
HTML
Executable File
{% extends "base.html" %}
|
|
{% block title %} :: {% with "true" as striptags %}{% include "calculate_form_title.html" %}{% endwith %}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "generic_form_subtemplate.html" %}
|
|
{% endblock %}
|