{% extends "docato/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load guardian_tags %} {% load render_table from django_tables2 %} {% block navbar %}
  • {% trans 'Projects' %}
  • {% endblock navbar %} {% block content %}
    {% if perms.med_web_helper.add_project %}
    {% trans 'Add new project' %}
    {% csrf_token %} {% bootstrap_form form %}
    {% endif %}
    {% trans 'Projects' %}
    {% render_table table %} {% if perms.med_web_helper.del_project %} {% trans 'Delete the selected projects' %} {% endif %}
    {% endblock content %}