{% extends "base.html" %} {% set active_page = "profile" %} {% set active_link = "admin" %} {% from "account/_helpers.html" import render_account_local_nav %} {% block content %}
{{ render_account_local_nav(current_user, active_link) }}

{{ _('Admin Site') }}: {{title}}

{{ _('Danger Zone!') }} {{ _('Deleting the category will remove it from all the projects! This operation cannot be undone!') }}

{{_('Delete Category')}}: {{category.name}}?

{{ _('No, do not delete it') }}
{% endblock %}