{% extends "base.html" %} {% block title %}{{ object.name }}{% endblock %} {% block content %}
{% if object.description %} {% endif %} {% if object.variables %} {% if object.unicode %} {% endif %}
Description:{{ object.description }}
Variables: {% for variable in object.variables %} {{ variable.name }}
{% endfor %} {% endif %}
Raw LaTeX:{{ object.latex }}
Unicode:{{ object.unicode }}

This equation was created on {{ object.created }}; it was last updated on {{ object.updated }}. It's owner is {{ object.owner }}.
{% endblock %}