{% extends fobi_theme.base_view_template %} {% load i18n %} {% block page-title %}{% if form_entry.title %}{{ form_entry.title }}{% else %}{% trans "View form" %}{% endif %}{% endblock page-title %} {% block navbar-menu-content %}
  • {% trans "Edit" %}
  • {% trans "View" %}
  • {% endblock navbar-menu-content %} {% block navbar-menu-right-content %}
  • {% trans "Forms" %}
  • {% trans "Wizards" %}
  • {% endblock navbar-menu-right-content %} {% block content %} {% include fobi_theme.view_form_entry_ajax_template %} {% endblock content %} {% block sidebar-wrapper %} {% endblock sidebar-wrapper %}