Skip to content
Snippets Groups Projects
biounit.html 439 B
{% extends 'base.html' %}

{% block maincontainer %}
<h2>Biounit {{ biounit.smtl_id }} 
	<small><a href="{% url 'annotator.views.all_biounits' %}"><i class="glyphicon glyphicon-list-alt"></i> All Biounits</a></small>
</h2>
<hr>
<h4>{{ biounit.title }}</h4>
<h5>Resolution: {{ biounit.resolution|floatformat:"2" }}&Aring; </h5>

<img src="http://swissmodel.expasy.org/templates/{{ biounit.smtl_id }}_s500.png">


{% endblock %}