{% extends "staff/base.html" %} {% block content %}
{% for field in fields %}
{{ field }}
{% with value=get_field_value(object, field) %}
{% include get_field_value_template(object, field, value) with context %}
{% endwith %}
{% endfor %}
{% endblock %}