{% extends "layouts/default.html" %} {% block title %} Manage Attributes {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% if current_user.is_authenticated %} {{ form.hidden_tag() }}
Objects Attributes
#ID Name Description
#ID Name Description
{% endif %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}