{% extends 'base.html' %} {% block title %}{{ title }}{% endblock %} {% block header %}{{ title }}{% endblock %} {% block navigation %} {% if show_nav %} {% include 'navbar.html' %} {% else %} {% endif %} {% endblock %} {% block content %}
{% for field in data %} {% endfor %}
Field Value
{{ field.label }} {{ field.value }}
{% endblock %}