{% if selected_monster %}

Breeding Pairs

Base

    {% for combination in selected_monster.base_combinations %}
  • {{ combination }}
  • {% endfor %}

Mates

    {% for combination in selected_monster.mate_combinations %}
  • {{ combination }}
  • {% endfor %}
{% endif %}