Files
recipes/cookbook/templates/stats.html
2018-06-01 15:53:06 +02:00

14 lines
185 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans 'Stats' %}{% endblock %}
{% block content %}
<h3>
{% trans 'Statistics' %}
</h3>
{% endblock %}