Commit overview

{% if blueprints %}
Blueprints:
    {% for rec in blueprints %}
  1. {{ rec['id'] }} {{ rec['module'] }}
  2. {% endfor %}
{% endif %} {% if bugs %}
Bugs:
    {% for rec in bugs %}
  1. {{ rec['id'] }}
  2. {% endfor %}
{% endif %}
Total commits: {{ commit_count }}
Total LOC: {{ loc }}