{% extends "base.html" %} {% load static %} {% block title %}{{rom.name}}{% endblock %} {% block nav_rom_class %}is-active{% endblock %} {% block content %}

{{rom.name}}

{% if rom.user.id == user.id %} {% endif %}
{% for tag in rom.tags.all %} {{tag.name}} {% endfor %}

{{rom.description|linebreaks}}

  1. Versetze das Badge in Bootloadermodus
  2. Wähle die Rom-ID:

    {{rom.id}}

  3. Wähle den Ziel-Slot
  4. Warte auf den Neustart
  1. Zielslot auswählen:

  2. Rom herunterladen kein Slot gewählt
  3. Flash:
  4. Badge in den neuen Rom booten
{% endblock %}