{% extends fobi_theme.base_edit_template %} {% load i18n static %} {% block page-title %}{% trans "View form data" %}{% endblock page-title %} {% block theme-javascripts %} {{ block.super }} {% endblock theme-javascripts %} {% block navbar-menu-content %} {% comment %} {% if form_entry_id %}
{% trans "Form" %} | {% trans "Data" %} | {% trans "Date" %} |
---|---|---|
{#{{ entry.form_entry.name }}#} {{ entry.form_entry.name }} | {{ entry.formatted_saved_data|safe }} |
{{ entry.created }} |