{% extends "ui.html" %} {% block headline %}{{ title }}{% endblock %} {% block content %} {% if alias %} {% else %}
{% for a in aliases %} {% if md.store.attribute(aliases[a]) %}
    {% for v in md.store.attribute(aliases[a]) %} {% if v %}
  • {{ v }} {{ md.store.size(aliases[a],v) }}
  • {% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endif %} {% endblock %} {% block uiscript %} {% endblock %}