{% extends 'opal.html' %} {% load forms %} {% load panels %} {% load staticfiles %} {% block angularapp %}{% endblock %} {% block content %}
Living documentation of the available design patterns for OPAL applications
Use on occasions when we want to display information in key - value pairs to users but that data is not tabular.
{% templatetag openblock %} load panels {% templatetag closeblock %}
{% templatetag openblock %} aligned_pair model="43" label="First Data Point" {% templatetag closeblock %}
{% templatetag openblock %} aligned_pair model="22" label="Next Data Point" {% templatetag closeblock %}
Present the user with an atomic interaction. Modals are based on the Angular UI-Bootstrap Modal.
This area - the Modal Body typically contains either a form or a detailed view of some data pertaining to the parent context.