{% extends "shared/frontend/base.html" %} {% block title %}Manualer - BMC Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Manualer

Kontekstuel og søgbar hjælp til alle moduler
{% if articles %} {% for article in articles %}
{{ article.title }}
{{ article.difficulty }}
{{ article.module|title }} {{ article.use_count or 0 }}

{{ article.summary or 'Ingen introduktion endnu.' }}

{% for tag in article.tags or [] %} #{{ tag }} {% endfor %}
Åbn guide
{% endfor %} {% else %}
Ingen manualer matcher filteret.
{% endif %}
{% endblock %}