{% extends '../layouts/default.html' %} {% block main %}

{{ title }}

{% endblock %} {% block content %} {% if sectionGrup.isNew %} {% set action = '/sectionGrups' %} {% else %} {% set action = '/sectionGrups/' + sectionGrup._id %} {% endif %}
{% if not sectionGrup.isNew %} {% endif %}
 
{% endblock %}