{% extends 'blueprints/blueprint-detail-base.html' %} {% load staticfiles %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block detail-content %}
{% include 'stackdio/stubs/pager.html' with object_type='formula versions' search=True %}
{% include 'stackdio/stubs/table-sort-header.html' %} {% if has_update %} {% else %} {% endif %}
{% if has_update %}
{% endif %}
{% endblock %}