{% load i18n %}
  • {% if metric %}{{ previous.percentage }}%{% else %} NA {% endif %}

    {{ dashboard.name }}

    {{ metric.name }}

    {% if metric %} {% trans "Loading data..." %} {% else %} {% url holodeck-new-metric dashboard.pk as link %}
    {% blocktrans %}This dashboard does not currently have any metrics. Would you like to create a new metric now?{% endblocktrans %}
    {% endif %}
    {% if metric %} {% endif %}