{% extends 'stackdio/page.html' %} {% block title %}Formulas{% endblock %} {% block formula-class %}active{% endblock %} {% block page-content %}

Formulas

Manage all of your formulas here.

{% if has_admin %} Permissions {% endif %} {% if has_create %} Import Formula {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='formulas' search=True %}

{% endblock %}