{% extends 'tom_common/base.html' %} {% load bootstrap4 crispy_forms_tags static tom_education_extras %} {% block title %}Submit Observation{% endblock %} {% block content %}
{% if templates %} Create from template: {% for name, url in templates %} {{ name }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %}