{% extends "base/detail.html" %} {% load url from future %} {% load ci_tags %} {% block extrastyles %} {% endblock extrastyles %} {% block extrascripts %} {% endblock extrascripts %} {% block detail %}
Register Branch
{% if object.branches.exists %} {% for branch in object.branches.all %} {% endfor %}
{{ branch.name }}
{% else %} No branches have been created for this project {% endif %} {% endblock %}